home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / SYS / SHELLC / !ShellC / !Help < prev    next >
Text File  |  1992-03-11  |  3KB  |  78 lines

  1.  
  2. ****************************************************************************
  3.  
  4. > !ShellC.!Help  0.20  (11-Mar-1992)
  5.  
  6.  
  7. 1.) What is ShellC ?
  8.  
  9. This program serves two purposes:
  10.   
  11. -  It is a window-based CLI shell, you may type *commands and examine their
  12.    output in the window (try e.g. MODULES).
  13.    
  14. -  It gives easy desktop access to the Acorn C compiler, and gives you the
  15.    opportunity to examine the output of the compiler in a window.
  16.                      
  17.                      
  18. 2.) How can I compile C programs using ShellC ?
  19.  
  20. ShellC provides easy desktop access to the Acorn C compiler Release 3.
  21. A C file may be compiled by dragging it (or the c directory containing it)
  22. on the !ShellC icon on the icon bar. The output of the C compiler is then
  23. displayed in the shell window and can be examined using the scroll bars of
  24. the window. The shell checks if a directory or file dragged to its icon is
  25. valid (i.e. if it is either a directory called 'c' containing a source file
  26. or if it is a source file in a directory called 'c'), compiles it and
  27. displays the output of the compiler in its window.
  28.  
  29. To recompile the file, simply press F2, click on the ShellC icon with Adjust
  30. or choose recompile from the shell window's menu.
  31.  
  32.  
  33. 3.) Controlling C compiler features
  34.  
  35. All compiler and linker flags and some additional features are controlled by
  36. the ConfigC application that is started by choosing 'Configure' from
  37. ShellC's iconbar menu.
  38. Note that any changes only come into effect if you click on the Save button.
  39.  
  40. 4.) Before starting ...
  41.   
  42. ***************************************************************************
  43. *                                                                         *
  44. * Before you can use the shell to compile C programs, you must set the    *
  45. * variable C$Place in ShellC's !Run file to the directory containing your *
  46. * compiler (Acorn C Release 3) (this is the directory containg e.g. the   *
  47. * directories CLib, Library, ...).                                        *
  48. *                                                                         *
  49. ***************************************************************************
  50.  
  51. 5.) Shortcuts
  52.  
  53. F1: repeat last command (should not be used if last command was the
  54.     compilation of a C source file)
  55. F2: repeat last compilation
  56.  
  57. If you drag a file to the shell window, its full path name appears in the
  58. window as if it was typed in.
  59.  
  60.  
  61. For further information refer to the !ReadMe file within the application.
  62.  
  63.  
  64. ----------------------------------------------------------------------------
  65.  
  66. This program is shareware, i.e. it may be copied freely, provided that no
  67. part of it is changed and that it is not sold for profit.
  68.  
  69. © 1992,   Martin Wuerthner
  70.           Jahnstrasse 18 
  71.  
  72.           W-7034 Gaertringen
  73.           
  74.           (Germany)
  75.  
  76. ----------------------------------------------------------------------------
  77.  
  78.